-
Notifications
You must be signed in to change notification settings - Fork 83
feat: add open-webui module #580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Installs Open WebUI via pip (Python 3.11+ required) - Auto-installs Python 3.11 from deadsnakes PPA if not available - Configurable port, share level, logging - Subdomain support for clean URLs
- Remove automatic Python installation - user must have Python 3.11+ in image - Use virtual environment (~/.open-webui-venv) to avoid externally-managed-environment error - Add set -e to fail script on errors - Update README with installation instructions
This reverts commit abe133a.
|
@mtojek I left some comments, and kicked off the copilot review. I will give this a test when I get a chance and will report back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
- Set verified: false (new module) - Fix tag: web-ui -> web - Simplify export statements in run.sh - Remove scaffolding comment from main.tf - Add description to share variable
|
@mtojek I'm not entirely sure why this is not allowing us to merge since there are no unresolved conversations |
|
@DevelopmentCats It has to be Github bug, we will need somebody with admin rights. |
Description
Open WebUI is a user-friendly web interface for interacting with Large Language Models. It provides a ChatGPT-like interface that can connect to various LLM providers including OpenAI, Ollama, and more.
This module installs and runs Open WebUI using Python and pip within your Coder workspace.
Type of Change
Module Information
Path:
registry/coder-labs/modules/open-webuiNew version:
v1.0.0Testing & Validation
bun test)bun fmt)Local testing